const runtime._Pidle

10 uses

	runtime (current package)
		mgc.go#L1229: 		if pp.status == _Pidle {
		proc.go#L2194: 		if s == _Psyscall && p2.runSafePointFn == 1 && atomic.Cas(&p2.status, s, _Pidle) {
		proc.go#L4895: 	if oldp != nil && oldp.status == _Psyscall && atomic.Cas(&oldp.status, _Psyscall, _Pidle) {
		proc.go#L5956: 		pp.status = _Pidle
		proc.go#L5990: 		pp.status = _Pidle
		proc.go#L6048: 	if pp.m != 0 || pp.status != _Pidle {
		proc.go#L6089: 	pp.status = _Pidle
		proc.go#L6448: 			if atomic.Cas(&pp.status, s, _Pidle) {
		runtime2.go#L119: 	_Pidle = iota
		tracestatus.go#L56: 	case _Pidle, _Pgcstop: